Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added and updated missing required CKEditor plugins packages. #229

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

barbun
Copy link
Contributor

@barbun barbun commented Apr 29, 2021

Hi,

Upon composer install with clean Drupal installation I get this:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package ckeditor/fakeobjects could not be found in any version, there may be a typo in the package name.
  Problem 2
    - The requested package ckeditor/iframe could not be found in any version, there may be a typo in the package name.
  Problem 3
    - The requested package ckeditor/liststyle could not be found in any version, there may be a typo in the package name.
  Problem 4
    - drupal/wysiwyg_template 2.3.0 requires ckeditor/templates 4.11.1 -> no matching package found.

The issue

This seems to the same issue reported in #216, however that one only resolved one of the packages.

  • composer.json files requires the packages as ckeditor/[package-name] (e.g. `"ckeditor/fakeobjects": "^4.5.11"), however there's no repository specified from which to pull these dependencies.
  • composer.json requires "drupal/wysiwyg_template": "^2.0@beta", which in turn requires "ckeditor/templates": "4.11.1". There's no repository specified, and module's description instructs to manually add the repository. (see here)

The solution

  • Added missing repositories so that the module can be installed.
  • Bumped up and locked the versions of the packages (since they cannot leverage version ranges - there's no point in doing that).
  • Added specific version of ckeditor/templates since it is pinned by drupal/wysiwyg_template.

Context

  • Drupal version: 8.9.14
  • Installed Profile: Standard
  • Installed extra modules: tide_core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant